Objective Start banner
th3vib3coder th3vib3coder

Objective Start

Development community

Description

--- description: Start a governed objective with explicit wake and budget policy allowed-tools: Read, Bash model: sonnet dispatch: module: environment/objectives/cli.js export: startObjectiveCommand scope: objective-start wrappedByMiddleware: false --- # /objective start ## Purpose Create and activate an objective record with explicit operator intent. ## Invocation ```bash node bin/vre objective start --title <title> --question <question> --mode <mode> --wake-policy <policy> ``` ##

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-start/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-start && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/objective start.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-objective-start/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository